Refactor `Job` to its own module
authorAlex Crichton <alex@alexcrichton.com>
Fri, 11 Jul 2014 15:06:39 +0000 (08:06 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 11 Jul 2014 15:06:39 +0000 (08:06 -0700)
commit25abb5ab1ac8a6c5dae38740d9f7bf804c953d78
tree21026469dae28e9c496d3d9a2a8080ab4816fc46
parent2bcf29263d95c7792285d9d4a510e23e2b96f350
Refactor `Job` to its own module
src/cargo/ops/cargo_rustc.rs [deleted file]
src/cargo/ops/cargo_rustc/job.rs [new file with mode: 0644]
src/cargo/ops/cargo_rustc/mod.rs [new file with mode: 0644]